home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1535 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.0 KB

  1. Subject: Re: MiNT 1.10 re-sync 
  2. Date: Tue, 07 Jun 1994 14:56:29 -0700
  3. From: Howard Chu <howard@harry.lloyd.com>
  4.  
  5. Sure, that was my goal from the beginning, but I couldn't think of another
  6. way to do it. That would mean the interrupt handler has to be able to call
  7. a MiNT kernel routine without going thru a trap vector or other exception
  8. handler. I suppose you could have a system call that returns the address of
  9. the post_sig routine, and have the user poke this into their interrupt
  10. handler code...
  11.  
  12. Please note that we already have copies of Digital Storefront in distribution
  13. using the Psigintr stuff, so I need to know ASAP what the new scheme will be.
  14.   -- Howard
  15.  
  16. [Geeze, sometimes I feel totally swamped by all the hats I'm wearing...]
  17.  
  18.   Howard: would the ability to send signals from an interrupt handler make
  19.   Psigintr() unnecessary? If so, I think this would be a better solution,
  20.   since I would prefer not introducing any (more) reliance on the ST's
  21.   hardware; maybe someday we'll have machines without MFPs.
  22.   
  23.   Regards,
  24.   Eric
  25.